[INFO] cloning repository https://github.com/yigeshenhouhouhou/young-tableau-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yigeshenhouhouhou/young-tableau-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigeshenhouhouhou%2Fyoung-tableau-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigeshenhouhouhou%2Fyoung-tableau-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bdc59eda067723cc28d694c01a78edeaa242a915
[INFO] fixing yigeshenhouhouhou/young-tableau-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigeshenhouhouhou%2Fyoung-tableau-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yigeshenhouhouhou/young-tableau-rs
[INFO] finished tweaking git repo https://github.com/yigeshenhouhouhou/young-tableau-rs
[INFO] tweaked toml for git repo https://github.com/yigeshenhouhouhou/young-tableau-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yigeshenhouhouhou/young-tableau-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yigeshenhouhouhou/young-tableau-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10
[INFO] running `Command { std: "docker" "start" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking young-tableau-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `lr_coefficient_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:215:20
[INFO] [stdout]     |
[INFO] [stdout] 215 |         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu1), lr_coefficient(&lam, &mu, &nu1));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub fn lr_coefficient(lambda: &Partition, mu: &Partition, nu: &Partition) -> usize {
[INFO] [stdout]     | ---------------------------------------------------------------------------------- similarly named function `lr_coefficient` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 215 -         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu1), lr_coefficient(&lam, &mu, &nu1));
[INFO] [stdout] 215 +         assert_eq!(lr_coefficient(&lam, &mu, &nu1), lr_coefficient(&lam, &mu, &nu1));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `lr_coefficient_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:216:20
[INFO] [stdout]     |
[INFO] [stdout] 216 |         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu2), lr_coefficient(&lam, &mu, &nu2));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub fn lr_coefficient(lambda: &Partition, mu: &Partition, nu: &Partition) -> usize {
[INFO] [stdout]     | ---------------------------------------------------------------------------------- similarly named function `lr_coefficient` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 216 -         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu2), lr_coefficient(&lam, &mu, &nu2));
[INFO] [stdout] 216 +         assert_eq!(lr_coefficient(&lam, &mu, &nu2), lr_coefficient(&lam, &mu, &nu2));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `lr_coefficient_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:217:20
[INFO] [stdout]     |
[INFO] [stdout] 217 |         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu_bad), lr_coefficient(&lam, &mu, &nu_bad));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub fn lr_coefficient(lambda: &Partition, mu: &Partition, nu: &Partition) -> usize {
[INFO] [stdout]     | ---------------------------------------------------------------------------------- similarly named function `lr_coefficient` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 217 -         assert_eq!(lr_coefficient_jdt(&lam, &mu, &nu_bad), lr_coefficient(&lam, &mu, &nu_bad));
[INFO] [stdout] 217 +         assert_eq!(lr_coefficient(&lam, &mu, &nu_bad), lr_coefficient(&lam, &mu, &nu_bad));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `tensor_product_decompose_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:225:19
[INFO] [stdout]     |
[INFO] [stdout] 225 |         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn tensor_product_decompose(lambda: &Partition, mu: &Partition) -> Vec<(Partition, usize)> {
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------- similarly named function `tensor_product_decompose` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 225 -         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout] 225 +         let jdt = tensor_product_decompose(&lam, &mu);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `tensor_product_decompose_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:240:19
[INFO] [stdout]     |
[INFO] [stdout] 240 |         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn tensor_product_decompose(lambda: &Partition, mu: &Partition) -> Vec<(Partition, usize)> {
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------- similarly named function `tensor_product_decompose` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 240 -         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout] 240 +         let jdt = tensor_product_decompose(&lam, &mu);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `tensor_product_decompose_jdt` in this scope
[INFO] [stdout]    --> src/lib.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lr_rule.rs:147:1
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn tensor_product_decompose(lambda: &Partition, mu: &Partition) -> Vec<(Partition, usize)> {
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------- similarly named function `tensor_product_decompose` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 255 -         let jdt = tensor_product_decompose_jdt(&lam, &mu);
[INFO] [stdout] 255 +         let jdt = tensor_product_decompose(&lam, &mu);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `young-tableau-rs` (lib test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10", kill_on_drop: false }`
[INFO] [stdout] 84e7af43154efd9a4e10cd652160b9eab3f7095fe2efd2a4666351ccebd9ed10
